projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8dfb0e7
)
stack: Set an element name
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 4 Nov 2015 04:19:28 +0000
(23:19 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 4 Nov 2015 04:20:24 +0000
(23:20 -0500)
And it is...stack.
gtk/gtkstack.c
patch
|
blob
|
history
diff --git
a/gtk/gtkstack.c
b/gtk/gtkstack.c
index 2460609babb7ffe8285f62772b79ee036d33b4b5..2f8b0f0dd0a9cfdab5c1104a3b37875b005f8534 100644
(file)
--- a/
gtk/gtkstack.c
+++ b/
gtk/gtkstack.c
@@
-46,6
+46,10
@@
* setting.
*
* The GtkStack widget was added in GTK+ 3.10.
+ *
+ * # CSS nodes
+ *
+ * GtkStack has a single CSS node named stack.
*/
/**
@@
-522,6
+526,8
@@
gtk_stack_class_init (GtkStackClass *klass)
GTK_PARAM_READWRITE);
gtk_container_class_install_child_properties (container_class, LAST_CHILD_PROP, stack_child_props);
+
+ gtk_widget_class_set_css_name (widget_class, "stack");
}
/**